AWeb preferences
In this version, not all preferences can be changed from within the program
itself. The following lines may be changed by hand in the file
AWeb.prefs
:
FOXX fontname.font size .styles
- Set fonts. styles is a combination of B, I and/or U. The period
must be given as a placeholder if no styles are required.
The following font lines exist:
FONT
font for normal text
FOH1
<>font for <H1> text
FOH2
<>font for <H2> text
FOH3
<>font for <H3> text
FOH4
<>font for <H4> text
FOH5
<>font for <H5> text
FOH6
<>font for <H6> text
FOCI
font for <cite> text
FOCO
font for <code> text
FOEM
font for <em> text
FOKB
font for <kbd> text
FOSA
font for <sample> text
FOST
font for <strong> text
FOVA
font for <var> text
FOTT
font for <tt> text
(should be monospaced)
CONL rrrrrrrr gggggggg bbbbbbbb
COOL rrrrrrrr gggggggg bbbbbbbb
COSL rrrrrrrr gggggggg bbbbbbbb
- RGB values (3 × 8 hexadecimal digits) of the preferred colors for
new links, old links and selected links, respectively.
VIEW command
- External viewer command, including full path, for View source
function. The first
%s
will be replaced with a
filename.
EDIT command
- External editor command, including full path, for TEXTAREA form fields.
The first
%s
will be replaced with a filename.
Note: this command should not return until the editing is finished.
OVLP number
- Number of pixels overlap when scrolling a page up or down.
CACH number
- Size of the image cache in kB.
PARI number
- Maximum number of parallel image transfers. If more transfers are
requested, the excess requests are queued.
Note that document transfers don't queue, so the actual number of
concurrent network transfers may be higher than this number.
HTPX
FTPX
GOPX
TEPX
- Proxy servers
Remaining lines in AWeb.prefs
can be changed from within the
program, and should not be touched.